type go/types.importDecl

4 uses

	go/types (current package)
		decl.go#L348: 	importDecl struct{ spec *ast.ImportSpec }
		decl.go#L361: func (d importDecl) node() ast.Node { return d.spec }
		decl.go#L382: 				f(importDecl{s})
		resolver.go#L254: 			case importDecl: